home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
NEW_TECH
/
WINDEV.ZIP
/
CHANGES.TXT
next >
Wrap
Text File
|
1993-06-20
|
4KB
|
84 lines
W I N D E V (TM)
Version Update Log
------------------
Changes in 1.54:
1) The tools menu can now be customized, and tools can use argument macros.
This is implemented by a "Tools" button on the Global Settings dialog.
2) Added new commands to toggle case and capitalize the current selection,
and added existing cut and copy append commands to the edit menu.
3) Run-time filename arguments and the DDE open command can now specify an
initial line & column. Search for "run time arguments" in the online
help for details.
Bug Fixes in 1.54:
1) The status bar now shows the settings for the window selected using the
window selector listbox, whilst the listbox still has input focus.
-----------------------------------------------------------------------
Changes in 1.53:
1) File Manager DDE Shell interface implemented.
2) Added text searching capability to hex file viewer.
3) Implemented a very large text file viewer (mainly for the 3.1 version).
Invoked by checking "Read Only" on the File Open dialog.
4) NT project command windows are now started minimized.
Bug Fixes in 1.53:
1) The move-by-word keyboard accelerators did not work in the NT version.
-----------------------------------------------------------------------
Changes in 1.52:
1) NT version compiled for the March Beta.
2) Implemented a hex file viewer, with hypertext jumps from the output of
the Extract Strings command. A checkbox on the File Open dialog
selects hex view mode.
3) The filenames reported by Global Search and Extract Strings have now
got relative path names, where appropriate (ie. "..\" is not used).
Bug Fixes in 1.52:
1) When a file was saved under a different name, the Window Selector
listbox was not updated.
2) Copy c:\file to a:\ tried to create a:\\file
3) The code to validate drive letters did not work for CD-ROMs.
4) Compare and grep opened files with mode _SH_COMPAT instead of
mode _SH_DENYWR.
5) If Windev was started in edit-only mode, the Project menu was enabled
until the first file was opened.
-----------------------------------------------------------------------
Changes in 1.51:
1) The online help has had various improvements, including regular
expression examples and a new section on creating projects.
2) To extend the range of compilers supported, compiler error message
syntax recognition for hypertext jumps has been extended to allow
for message lines in the general form:
[<text><space>] <file> '(' <line> [<separator><column>] ')' <message>
The parts in square brackets are optional. Any leading <text> may
not include '('.
3) The active window can now be selected from a modeless resizeable listbox,
as well as the usual MDI menu.
Bug Fixes in 1.51:
1) If the first time Windev was closed its frame maximized at the time,
the frame window was transparent the next time it was started.
2) Message boxes relating to find/replace dialogs were modal to the
frame window, not the dialog.
3) The File Open dialog did not show the Read Only checkbox under
Windows NT.
4) The NT version showed GMT rather than local time on the status bar.
5) The caret would be obscured if it was on the last visible line when
the horizontal scroll bar was automatically displayed.
-----------------------------------------------------------------------
Changes in 1.50:
1) Key bindings for accelerators for menu commands can be changed.
2) "Exit Project" button added to the Select Project dialog.
3) Added the current working directory to the Compare Files dialog.